PRenderClip
(Macintosh only) Renders the contents of the PageMaker internal clipboard
to the external Clipboard, or vise versa, overwriting the current contents
of the receiving clipboard.
Command constructor
PRenderClip(PMBool bDirection);
false to render the contents of the external Clipboard
into the PageMaker internal clipboard
true to render the contents of the PageMaker internal clipboard into
the external Clipboard
Macintosh only. This command has no effect in PageMaker for Windows.
PageMaker in foreground and in layout view. PageMaker must be in
the foreground and in layout view when this command is executed; otherwise
an error will be returned.
Pasting from the PageMaker internal clipboard. PageMaker cuts and
copies selected objects to its internal clipboard, not to the standard Macintosh
Clipboard. To paste data copied or cut by PageMaker into another application,
you must force PageMaker to render its internal clipboard into the external
Clipboard. If you don't, the application pastes the current contents of
the Clipboard, not the data from PageMaker.
PageMaker renders its clipboard to the external format only when it:
- Receives the PRenderClip command.
- Becomes inactive, such as when another application or desk accessory
be comes active. (When an external plug-in or script is sending commands
to PageMaker, PageMaker is already inactive and thus does not render its
clip board unless forced to by the PRenderClip command.)
- Sends mail. (This option is available only if Microsoft Mail is installed
and has no plug-in command equivalent.)
- Quits.
Pasting from the external Clipboard. PageMaker renders the external
Clipboard into its internal clipboard only when it:
- Receives the PRenderClip command.
- Becomes active. (When an external plug-in or script is sending commands
to PageMaker, PageMaker remains inactive and thus does not render its clipboard
unless forced to by the PRenderClip command.)
- Receives a menu command through the mouse or a keyboard shortcut.
Example. The following example renders the external Clipboard to
the PageMaker internal format.
PRenderClip(true);
See also
The PCut and PPaste commands
Adobe PageMaker 6.5 Help > Commands > Edit > Cut
Adobe PageMaker 6.5 Help > Commands > Edit > Paste
Copyright © 1996, Adobe Systems Incorporated. All rights reserved.
Comments or suggestions? Contact Adobe
Developer Support